Trees | Indices | Toggle frames |
---|
__init__(self, domain, start, count) | |
int |
get_size(self)
Get the number of vertices in the list.
|
VertexDomain |
get_domain(self)
Get the domain this vertex list belongs to.
|
draw(self,
mode)
Draw this vertex list in the given OpenGL mode.
|
|
resize(self,
count)
Resize this group.
|
|
delete(self)
Delete this group.
|
|
migrate(self,
domain)
Move this group from its current domain and add to the specified
one.
|
colors
Array of color data.
|
|
fog_coords
Array of fog coordinate data.
|
|
edge_flags
Array of edge flag data.
|
|
normals
Array of normal vector data.
|
|
secondary_colors
Array of secondary color data.
|
|
tex_coords
Array of texture coordinate data.
|
|
vertices
Array of vertex coordinate data.
|
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |